TabCycle Enumeration

Specifies how the consumer responds when the user presses the TAB key in the controls in a form. The behavior of the consumer depends on whether the form is bound to a data source.

Definition

Namespace: Independentsoft.Office.Odf.Forms
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public enum TabCycle

Members

Records0 If a user presses the TAB key in the last control of the form, the focus moves to the first control specified in the tab order of the same form.
Current1 If a user presses the TAB key in the last control of the form, the focus moves to the first control specified in the tab order of the same form.
Page2 If a user presses the TAB key in the last control of the form, the focus moves to the first control specified in the tab order for the next form.
None3 None.

See Also